home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / dvitops / primos.h < prev    next >
Text File  |  1991-01-25  |  1KB  |  44 lines

  1. /* Primos support */
  2.  
  3. #define PAPER "a4"
  4.  
  5. #define TEXFONTS "*;TeX>fonts"
  6. #define TEXINPUTS "*;TeX>inputs"
  7. #define TEXPK "%f.%dpk;TeX>pxl12>%f.%dpk"
  8. #define TEXMAGS 214,240,257,270,300,329,360,432,518,622,746,896,1075,1290
  9. #define PSFONTS "*;TeX>psfonts"
  10. /*#define HAVE_REDIRECTION*/
  11. /*#define HAVE_SETVBUF*/
  12. #define NEED_MEM_FUNCTIONS
  13. #define NEED_QSORT
  14. #define NEED_STRTOK
  15. #define FOPEN_RB(file) (fopen((file), "i")
  16. #define DPI 300
  17. #define FILENAME_MAX 128
  18. #define AREA_LIST_SEP ';'
  19. #define AREA_SEP '>'
  20. #define FILENAME_HAS_AREA(f) (strchr(f,'>') != NULL)
  21. #define CASE_INSENSITIVE_FILENAMES
  22. #define CASE_INSENSITIVE_OPTIONS
  23. #define REORDER_ARGS
  24. #define MAXFONTS 256
  25.  
  26. #define UCHAR_MAX 255
  27. #define USHRT_MAX 0xffff
  28. #define SHRT_MAX 32767
  29. #define UINT_MAX 0xffff
  30. #define INT_MAX 32767
  31. #define LONG_MAX 2147483647L
  32. #define size_t unsigned long
  33.  
  34. #define XCHAR(ch) (((ch) & 0377) | 0200)
  35.  
  36. #define WARNING_EXIT_CODE -1
  37. #define ERROR_EXIT_CODE 1
  38. #define FATAL_ERROR_EXIT_CODE 1
  39.  
  40. #define PRIMOS_GETENV
  41.  
  42. char *ctime(); /* not declared anywhere else */
  43. typedef long time_t;
  44.